home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / empty table ƒ / emptyTable verb < prev    next >
Encoding:
Text File  |  1992-06-12  |  611 b   |  30 lines  |  [TEXT/GEOL]

  1. Enclosure: table.emptyTable.pkg
  2.  
  3.  
  4. Verb
  5.     table.emptyTable
  6.  
  7. Syntax
  8.     table.emptyTable (tableAdr)
  9.  
  10. Parameters
  11.     tableAdr is the address of a table that will be emptied.
  12.  
  13. Action
  14.     Deletes all objects contained in the table without confirmation.
  15.  
  16. Returns
  17.     The number of objects that were deleted.
  18.  
  19. Examples
  20.     table.emptyTable (@system.deskscripts)
  21.           « 15 «there were 15 scripts in this table
  22.  
  23.     sizeof (system.deskscripts)
  24.           « 0 «now there are none
  25.  
  26. Notes
  27.     This verb is useful when a suite is being imported and it wants to empty
  28. out a table of objects.
  29. Author: EL.GRANDE
  30.